home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / tty32.zip / TTY.DEF < prev    next >
Text File  |  1992-10-16  |  363b  |  17 lines

  1. NAME         TTY
  2. EXETYPE      WINDOWS
  3. DESCRIPTION  'Windows TTY Sample Application (c) 1991 Microsoft Corporation'
  4. STUB         'winstub.exe'
  5.  
  6. CODE         PRELOAD MOVEABLE DISCARDABLE
  7. DATA         PRELOAD MULTIPLE MOVEABLE
  8.  
  9. HEAPSIZE     4096
  10. STACKSIZE    4096
  11.  
  12. EXPORTS
  13.    TTYWndProc         @1
  14.    AboutDlgProc       @2
  15.    SettingsDlgProc    @3
  16.  
  17.